ktorm
ktorm copied to clipboard
Mark type parameter T of EntitySequence with "out"
Following up on my question on StackOverflow. The type parameter T of EntitySequence<E : Any, T : BaseTable<E>>
could be marked with "out" to allow the creation of generic DAOs using EntitySequence.
Thank you for your feedback, I will consider your suggestion.