Is there a way to make public or private methods or functions in types?
To explain further
I'm making a type to use across different project. There are some functions/methods included in the type that are not to be called from outside the type, so i'm looking for a way t make them Private to the type, and eventually hope an IDE like Blide (which is sweet) wouldnt show these functions/methods when someone's using the type
To explain further
I'm making a type to use across different project. There are some functions/methods included in the type that are not to be called from outside the type, so i'm looking for a way t make them Private to the type, and eventually hope an IDE like Blide (which is sweet) wouldnt show these functions/methods when someone's using the type