pallet_
oracle
1.0.0
In pallet_
oracle::
traits
pallet_oracle
::
traits
Function
median
Copy item path
Source
pub fn median<T:
Ord
+
Clone
>(items:
Vec
<T>) ->
Option
<T>
Expand description
Returns the median of a list of values.