Sign in
code
/
git
/
aef3d5948c5b00a0409e117da7e720f574040505
/
.
/
t
/
t4018
/
rust-fn
blob: cbe02155f11384f99c96ac2f96762e9ef91beb6b [
file
] [
log
] [
blame
]
pub
(
self
)
fn RIGHT
<
T
>(
x
:
&[
T
])
where
T
:
Debug
{
let
_
=
x
;
// a comment
let
a
=
ChangeMe
;
}