24. implement LengthOfString<T>
Share
- accepted / - tried
Implement LengthOfString<T>
to return the length of a string.
type A = LengthOfString<'BFE.dev'> // 7type B = LengthOfString<''> // 0
- accepted / - tried
Implement LengthOfString<T>
to return the length of a string.
type A = LengthOfString<'BFE.dev'> // 7type B = LengthOfString<''> // 0