Count.getCount

An alias that allows you to call a getter method without accessing the base Size class

class Count
alias getCount = getSize

Meta