Compile-time flags Compile-time flags Types, methods and generally any part of your code can be conditionally defined based on some flags available at compile time. These flags...
Compile-time reflection Compile-time reflection Having built-in JSON support is nice, but V also allows you to create efficient serializers for any data format. V has compile-t...
Route Compile Time Validation Route Compile Time Validation Micronaut supports validating route arguments at compile time with the validation library. To get started simply add...
Start of Time1.7.0+ Start of Time1.7.0+ moment (). startOf ( String ); Mutates the original moment by setting it to the start of a unit of time. moment (). startOf ( ...