Open virtualritz opened 1 year ago
I.e. this would return a [&UnicodeBlock; 327] slice for convenience that contains references to all block constants in this crate.
[&UnicodeBlock; 327]
Could be named blocks!, all! or all_blocks!.
blocks!
all!
all_blocks!
I.e. this would return a
[&UnicodeBlock; 327]
slice for convenience that contains references to all block constants in this crate.Could be named
blocks!
,all!
orall_blocks!
.