Expand description
Returns None
if the first col
chars of s
contain a non-whitespace char.
Otherwise returns Some(k)
where k
is first char offset after that leading
whitespace. Note that k
may be outside bounds of s
.
Returns None
if the first col
chars of s
contain a non-whitespace char.
Otherwise returns Some(k)
where k
is first char offset after that leading
whitespace. Note that k
may be outside bounds of s
.