old-design-docs
old-design-docs copied to clipboard
assuming explained by using substr has outdated signature
Documentation of assuming use substr with named params in example.
&textfrom := &substr.assuming(str=>$text, len=>Inf);
However current substr signature accepts only positional params
Expected: :(Cool $s, $pos, $chars?)