phobos/lib/sys
Jonathan M Davis e568c67f38 Rearrange some code in lib.sys.traits.
Actually organizing all of the symbols within a file is pretty much a
losing game in general, but I was trying to put the is* traits together
and accidentally put some in the section containing Unconst, Unshared,
and Unshared. So, this just moves Unconst and Unshared so that they're
next to Unqual again.

There is zero code that's actually changed. It's just moved within the
file.
2024-03-13 04:37:29 +01:00
..
compiler.d Phobos 3 Setup (#8925) 2024-02-28 02:14:35 -08:00
meta.d Some documentation improvements to lib.sys.traits and lib.sys.meta. (#8937) 2024-03-05 01:26:39 -08:00
package.d Remove lib.sys.stdint. (#8926) 2024-02-28 22:24:26 -08:00
system.d Phobos 3 Setup (#8925) 2024-02-28 02:14:35 -08:00
traits.d Rearrange some code in lib.sys.traits. 2024-03-13 04:37:29 +01:00