nullablestore 2.1.0
A Nullable that does not actually much
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
NullableStore
A Nullable without the payload but instead with a key.
This
struct Foo {
Nullable!Bar bar;
}
struct Bar {
Nullable!Foo foo;
}
is not possible because Nullable might actual store a Bar and this will create a forward reference;
This
import nullablestore;
struct Foo {
NullableStore!Bar bar;
}
struct Bar {
NullableStore!Foo foo;
}
on the other hand will work, but the actual value of foo and bar need to be retrived by looking at the key member inside NullableStore.
Contributing
PRs are welcome!
About Kaleidic Associates
We are a boutique consultancy that advises a small number of hedge fund clients. We are not accepting new clients currently, but if you are interested in working either remotely or locally in London or Hong Kong, and if you are a talented hacker with a moral compass who aspires to excellence then feel free to drop me a line: laeeth at kaleidic.io
We work with our partner Symmetry Investments, and some background on the firm can be found here:
http://symmetryinvestments.com/about-us/
- Registered by Robert Schadek
- 2.1.0 released 5 years ago
- burner/nullablestore
- LGPL3
- Copyright © 2019, Symmetry Investments
- Authors:
- Dependencies:
- none
- Versions:
-
2.1.0 2019-Apr-29 2.0.0 2019-Apr-26 1.0.0 2019-Mar-29 ~master 2019-Apr-29 - Download Stats:
-
-
12 downloads today
-
41 downloads this week
-
156 downloads this month
-
12559 downloads total
-
- Score:
- 2.6
- Short URL:
- nullablestore.dub.pm