Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 2, 2024
1 parent a633aed commit 6db0073
Showing 1 changed file with 43 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,25 +388,55 @@ where
}

pub fn hashmap_strings_1( self ) ->
former::HashMapSubformer::
former::ContainerSubformer::
<
String,
String,
Self,
Self,
__hashmap_strings_1_end,
( String, String ), former::HashMapDefinition< String, String, Self, Self, __hashmap_strings_1_end >
>
{
self.hashmap_strings_1_set::< former::HashMapSubformer::
self.hashmap_strings_1_set::< former::ContainerSubformer::
<
String,
String,
Self,
Self,
__hashmap_strings_1_end,
> >()
( String, String ), former::HashMapDefinition< String, String, Self, Self, __hashmap_strings_1_end >
>>()
}

// #[ inline( always ) ]
// pub fn hashmap_strings_1_set< Former2 >( self ) -> Former2
// where
// Former2 : former::FormerBegin
// <
// former::HashMapDefinition
// <
// String,
// String,
// Self,
// Self,
// __hashmap_strings_1_end,
// >
// >,
// {
// Former2::_begin( None, Some( self ), __hashmap_strings_1_end )
// }
//
// pub fn hashmap_strings_1( self ) ->
// former::HashMapSubformer::
// <
// String,
// String,
// Self,
// Self,
// __hashmap_strings_1_end,
// >
// {
// self.hashmap_strings_1_set::< former::HashMapSubformer::
// <
// String,
// String,
// Self,
// Self,
// __hashmap_strings_1_end,
// > >()
// }

#[ inline( always ) ]
pub fn hashset_strings_1_set< Former2 >( self ) -> Former2
where
Expand Down

0 comments on commit 6db0073

Please sign in to comment.