We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693b2f0 commit 7d9b426Copy full SHA for 7d9b426
README.md
@@ -46,7 +46,6 @@ using the method [`computeConstantValue()`][computeConstantValue()]. An exmple
46
is shown in section [Reading an Enumeration](#reading-an-enumeration).
47
48
4. Read the compile-time constant values using the extension method: [`read<T>`][read]. <br/>
49
-
50
To read a constant representing a *collection* of a *user-defined* type `U`
51
use the convenience methods [`readList<U>`][readList],
52
[`readSet<U>`][readSet], [`readMap<K,U>`][readMap], and [`readIterator<U>`][readIterator].
0 commit comments