Python Style Length Alias.
import std.algorithm.iteration: map; import std.array: array; assert(([42].map!str).array == [`42`]);
See Implementation
Python Style Length Alias.