Applies the given field mapping as the default field mapping for all fields: ```nim type Foo {.mapping: snakeCase().} = object fooBar: int fooBarBaz: string ``` Maybe the `mapping` pragma name is too generic though
Applies the given field mapping as the default field mapping for all fields:
Maybe the
mappingpragma name is too generic though