Fix to variant name creation for dependencies.
Last few changes to go Tuple Index, Assert, Check, not change test 35 to produce intended functionality
This commit is contained in:
@@ -4,6 +4,10 @@ pub opaque type Dict<key, value> {
|
||||
inner: List<#(ByteArray, value)>,
|
||||
}
|
||||
|
||||
pub fn toList(self: Dict<ByteArray, value>){
|
||||
self.inner
|
||||
}
|
||||
|
||||
/// Create a new map
|
||||
pub fn new() -> Dict<key, value> {
|
||||
Dict { inner: [] }
|
||||
|
||||
Reference in New Issue
Block a user