# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
If
@Description: if实现的三元表达式 @param boolExpression: 布尔表达式,最终返回一个布尔值 @param trueReturn: 当boolExpression返回值为true的时候返回的值 @param falseReturn: 当boolExpression返回值为false的时候返回的值 @return bool: 三元表达式的结果,为trueReturn或者falseReturn中的一个.
No description provided by the author
Index returns the index of the first occurrence of v in s, or -1 if not present.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author