Category Feature request

RFC: Function and delegate upper bounds

Argentum functions and delegates are value types, not references. This makes it impossible to create classes parameterized with function and delegate prototypes and this in turn makes it impossible to create containers of functions and delegates and multicast delegates/multiple subscriptions.…

Feature request: Tests

By Pavel_Vozenilek My ideal is SQLite, where each production line is accompanied by thousand lines in tests. This is not always perfect idea for everyone everytime, but it fits me. [1] A test is test, not a function, doesn’t need…