You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let dog = hachiko.chars().nth(1); // kinda like hachiko[1]
439
+
let dog = hachiko.chars().nth(1); // hachiko[1]のような感じで
440
440
}</span><preclass='rust rust-example-rendered'>
441
-
<spanclass='kw'>let</span><spanclass='ident'>dog</span><spanclass='op'>=</span><spanclass='ident'>hachiko</span>.<spanclass='ident'>chars</span>().<spanclass='ident'>nth</span>(<spanclass='number'>1</span>); <spanclass='comment'>// kinda like hachiko[1]</span></pre>
0 commit comments