nullablestore ~master

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/

Authors:
  • Robert Schadek
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
Show all 4 versions
Download Stats:
  • 2 downloads today

  • 62 downloads this week

  • 228 downloads this month

  • 10520 downloads total

Score:
2.2
Short URL:
nullablestore.dub.pm