nim/safe-assign Code
A couple of small helper functions that test if types are assignable
Brought to you by:
ggb-sw
| File | Date | Author | Commit |
|---|---|---|---|
| docs | 2025-04-25 |
|
[1061da] Update README |
| .hgignore | 2025-04-21 |
|
[192a44] Remove nimble_extras and add docgen |
| .hgtags | 2025-04-25 |
|
[b70505] Added tag stable for changeset 76832390c2b4 |
| README.md | 2025-04-25 |
|
[768323] Updated README for stable version |
| docgen.sh | 2025-04-21 |
|
[192a44] Remove nimble_extras and add docgen |
| docs.html | 2024-03-19 |
|
[173685] Added small README |
| safe_assign.nim | 2025-04-21 |
|
[192a44] Remove nimble_extras and add docgen |
| safe_assign.nimble | 2025-04-21 |
|
[192a44] Remove nimble_extras and add docgen |
A couple of small helper functions that test if the target variable is capable of taking all values that might exist in the source value.
These tests are done at compile time so they do not test run time values but rather test that whatever might exist at run time will be able to be assigned no matter what value is contained therein.
nimble install "http://hg.code.sf.net/p/nim-safe-assign/code#stable"